home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…ry 5: (Reseller Edition)
/
Apple Reference & Presentations Library 5.0 (Reseller Edition).iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
Help Stacks
/
Help
/
background_85668.txt
< prev
next >
Wrap
Text File
|
1987-11-25
|
7KB
|
363 lines
-- background: 85668 from stack: in
-- bmap block id: 58394
-- flags: 0000
-- background id: 0
-- name: Glossary
----- HyperTalk script -----
on returnKey
global findInGlossary
if first word of msg is not "find" or findInGlossary <> true
then pass returnKey -- do any other msg box command normally
else send msg & " in field 1" to HyperCard --just in title field
end returnKey
on openBackground
global findInGlossary
put false into findInGlossary
push recent card
end openBackground
on closeBackground
global findInGlossary
put false into findInGlossary
end closeBackground
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=46 top=115 right=133 bottom=263
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: glossWord
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=46 top=138 right=291 bottom=256
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: second
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=265 top=138 right=291 bottom=473
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: third
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=148 top=314 right=342 bottom=199
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 122882
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=198 top=314 right=342 bottom=268
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 10271 of Help
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=424 top=314 right=342 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to Help Index
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=325 top=316 right=342 bottom=364
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
doMap
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=218 top=291 right=314 bottom=247
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe down
go to previous card
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=254 top=291 right=314 bottom=282
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to next card
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=314 right=342 bottom=69
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 24361
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=461 top=291 right=314 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 22 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=25 top=278 right=295 bottom=125
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: map coords
-- part 24 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=376 top=290 right=313 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find
----- HyperTalk script -----
on mouseUp
global findInGlossary
put true into findInGlossary
doMenu "find..."
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=68 top=315 right=342 bottom=111
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 8100
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=110 top=315 right=342 bottom=149
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 39597
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=366 top=316 right=342 bottom=425
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 168508
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=464 top=314 right=342 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Exit
----- HyperTalk script -----
on mouseUp
global HelpExit
visual effect dissolve
go to HelpExit
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=268 top=316 right=342 bottom=328
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe up
go to card id 10546
end mouseUp